This stack contains three XFCNs for doing some things with AppleTalk in Hypercard, their functions are as follows :
•LookUp( ReturnField, Object, Type, Zone )
ReturnField is the name of the field in which the network items as specified by 'Object, Type and Zone' are put. 'Object, Type and Zone' are of the type always used in AppleTalk. To see all the entities on the local zone,
specify '=,=,*' as parameters
•Register( Object, Type, Zone )
Register the name as specified on the network. THIS NAME MUST BE REMOVED BEFORE HYPERCARD EXISTS, OTHERWISE YOUR MAC WILL CRASH !!
•Remove( Object, Type, Zone )
Remove the specified name from the network. CALL THIS FUNCTION FOR ANY ENTITIES YOU HAVE REGISTERED !!
The next two cards show an example of how to use the Functions.
** Sorry for the bad stack design, but I'm not interested in that right now,
I just want to do some AppleTalk stuff in Hypercard, so send me some interesting stacks using this stuff :*)
(More AppleTalk XFCNs to follow, suggestions are welcome)